home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12306 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.onyx.net!claymoor
  2. From: Adam.Morris@octacon.co.uk (Adam Morris)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Where is sscanf() ?
  5. Date: Tue, 19 Mar 96 17:40:47 GMT
  6. Organization: Octacon Ltd
  7. Message-ID: <4ima1r$bja@mulgave.octacon.co.uk>
  8. References: <4icigs$pqd@mother.usf.edu>
  9. NNTP-Posting-Host: claymoor.onyx.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4icigs$pqd@mother.usf.edu>,
  13.    millert@grad.csee.usf.edu (Timothy Miller) wrote:
  14. >I'm really having a hard time here.  I can't seem to get any c++ program 
  15. >to compile without warnings if it has something like sscanf in it.  What 
  16. >do I include?  stdio.h doesn't exist, cstdio doesn't contain it, and 
  17.                 ^^^^^^^^^^^^^^^^^^^^^ WHAT!!! it does on our system  (g++ 
  18. under SunOS) are you sure you're looking in the right place...  
  19. >iostdio.h causes serious fatal errors.
  20. check your man pages... they should tell you what it's in (ours says stdio.h) 
  21. then check the pages for find and try using that to find out which directory 
  22. it's in...
  23. and if that still doesn't work talk to your system manager. :-}
  24. Hope this helps somewhat,
  25. Adam
  26.